home *** CD-ROM | disk | FTP | other *** search
/ The Official Ms. Metaverse Judge Handbook / The Official Ms. Metaverse Judge Handbook - Disc 1.iso / pc / setup16 / data / wavemix.ini < prev    next >
INI File  |  1995-10-20  |  3KB  |  94 lines

  1. [general]
  2. ; if ShowDevices exists and is non-zero then will display wave out devices and other stuff
  3. ;
  4. ; ShowDevices=0  : default
  5. ; ShowDevices=1     : show output from waveOutGetDevCaps
  6. ShowDevices=0
  7.  
  8. ; if WaveOutDevice exists it should be between zero and one less num devices
  9. ; the default is WAVE_MAPPER
  10. ;
  11. ; WaveOutDevice=0 : use the first device (default)
  12. ; WaveOutDevice=1 : use the second device
  13. ; WaveOutDevice=-1: use WAVE_MAPPER (will use [Unknow Device] setttings)
  14. ;
  15. ;
  16. WaveOutDevice=0
  17.  
  18. ; Wavemix will detect if it is running on a 286 and not use any 386 instructions
  19. ; you can force it to use the 286 only code on a 386 by setting cmixit=1
  20. ; cmixit=0 (default) 
  21. ; cmixit=1 uses only 286 code (even on a 386 or >)
  22.  
  23. [default]
  24. ; Remix=1 = ResetRemix()
  25. ; Remix=2 = NoResetRemix()
  26. ; default=1
  27. Remix=1
  28.  
  29. ; GoodWavePos=0 = uses timeGetTime() (default)
  30. ; GoodWavePos=1 = uses waveOutGetPosition()
  31. GoodWavePos=0
  32.  
  33. ; WaveBlocks=#  (2<=#<=6) the number of ping pong buffers to use
  34. ; default=3
  35.  
  36. ; WaveBlockLen=#  min = 512 max = 4096
  37. ;   if a number is not specified Wavemix.dll will try to determine a size
  38. ;
  39.  
  40. ; SamplesPerSec=11 (11.025 Khz) (default)
  41. ;=22 (22.04  KHz)
  42. ;=44 (44.1   KHz)
  43. SamplesPerSec=11
  44.  
  45. [Windows Sound System Playback]
  46. ; Need to set do11khzmce=FALSE in system.ini->[sndsys.drv] if want to use Remix=1 and SamplesPerSec=11
  47. Remix=1
  48. GoodWavePos=1
  49. WaveBlocks=3
  50. SamplesPerSec=22
  51. ;WaveBlockLen=
  52.  
  53. [MultiSound Wave Out]
  54. Remix=2
  55. GoodWavePos=1
  56. WaveBlocks=3
  57. ;WaveBlockLen=
  58.  
  59. [SB16 Wave Out]
  60. Remix=1
  61. GoodWavePos=0
  62. WaveBlocks=5
  63. SamplesPerSec=22
  64. ;WaveBlockLen=
  65.  
  66. [SBPro Wave Out]
  67. Remix=1
  68. GoodWavePos=0
  69. WaveBlocks=5
  70. ;WaveBlockLen=
  71.  
  72. [Media Vision Waveform Output]
  73. Remix=1
  74. GoodWavePos=0
  75. WaveBlocks=3
  76. ;WaveBlockLen=
  77.  
  78. [UltraSound Waveform Output]
  79. Remix=2
  80. GoodWavePos=0
  81. WaveBlocks=3
  82. SamplesPerSec=11
  83.  
  84. [not compatible]
  85. ; sound drivers that are not compatible with wavemix.dll can be added here
  86. ; (the=1 is necessary).  One of the major conflicts occur with the PC Speaker
  87. ; drivers.  The wavemix.dll will only work with devices that support asynchronous
  88. ; operation - most of the pc speaker drivers are synchronous.  The name of the devices
  89. ; can be easily seen by setting ShowDevices=1 in the [general] section and then running
  90. ; a program which uses the wavemixer.  One major problem with some of the pc speaker
  91. ; drivers is that they report that they are asynchronous when they are really not.
  92.  
  93. Wave driver for PC Speaker=1
  94.